home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #2
/
Amiga Plus CD - 1995 - No. 2.iso
/
pd
/
datatype
/
dt2iff
/
install
< prev
next >
Wrap
Text File
|
1995-04-11
|
714b
|
28 lines
; *** DT2IFF installation scipt ***
(set #install-msg (cat "\n\nDT2IFF installation script.\n"
"This script installs the DT2IFF command on your Amiga.\n\n"
"DT2IFF © 1994 Markus Hillenbrand\n"
"All rights reserved."))
(set #bad-kick "You must be using Kickstart 3.0 to install using this script!")
(message #install-msg)
(welcome "Welcome to the DT2IFF installation!")
(if (< (/ (getversion) 65536) 39)((abort #bad-kick)))
(copylib (prompt "\nInstalling DT2IFF\n")
(help @copylib-help)
(source "DT2IFF")
(dest "C:")
(confirm)
)
(copyfiles (prompt "Installing DT2IFF.man\n")
(help @copy-help)
(source "DT2IFF.man")
(dest "Work:Manuals")
(confirm)
)